home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 109 / Ultra Gameplayers 109.iso / pc / media / new_ugp.dxr / 00341_Scripting Utilities.ls < prev    next >
Encoding:
Text File  |  1998-02-10  |  155 b   |  9 lines

  1. on default defvalue, passedvalue
  2.   if voidp(passedvalue) then
  3.     set curval to defvalue
  4.   else
  5.     set curval to passedvalue
  6.   end if
  7.   return curval
  8. end
  9.